home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_81870.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  1.5 KB  |  58 lines

  1. -- card: 81870 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=393 top=113 right=135 bottom=493
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Scroll Often
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 64459
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: A003
  31. -- rect: left=393 top=193 right=215 bottom=493
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Undo
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to card id 21143
  43. end mouseUp
  44.  
  45.  
  46.  
  47.  
  48. -- part contents for background part 47
  49. ----- text -----
  50. 95
  51.  
  52. -- part contents for background part 10
  53. ----- text -----
  54.  
  55.     If you don't want text to scroll off the bottom of the screen during evaluation, use the "Scroll Often" option, from the "Options" menu.
  56. Pixie Scheme will keep the text most recently added in view, but will run a whole lot slower.
  57.  
  58.     "Evaluate" is undoable, in the restricted sense that the "Undo" command removes from the Pixie Scheme window whatever text was printed during the last evaluation.  Pixie Scheme cannot undo any of the other side effects of evaluation.  Other side effects include binding or assignment of variables, and file input and output.